Displays lines in a text file that contain a string.
find [options] string [d:][path]file
Options
/V
Inverts the search: displays lines that do NOT contain the string.
/C
Only displays a count of the matching lines.
/N
Displays line numbers.
/I
Ignore case during the comparison.